Skip to main content

From YAML files

  • Works with .yml and .yaml files

Install Plugin -

In config file

module.exports = {
plugins: [
`gatsby-transformer-yaml`,
{
resolve: `gatsby-source-filesystem`,
options: {
path: `./src/data/`,
},
},
],
}